Update gdb "watermark".
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 26 Jan 2006 22:16:53 +0000 (22:16 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 26 Jan 2006 22:16:53 +0000 (22:16 +0000)
gpsbabel/gdb.c

index 7f9ec8feed897bba6ecd959e982320702401df99..67df8177b4d27fd39ceaac2fa81d80d9a6a8484d 100644 (file)
@@ -1103,7 +1103,11 @@ gdb_write_file_header(const struct tm *tm)
 #else
        /* This is our "Watermark" to show this file was created by GPSbabel */
        /* !!! We should define the date use through Makefile !!! */
-       strncpy(buff, "A].GPSBabel_1.2.7-beta*Sep 13 2005*20:10:00", sizeof(buff));     /* gpsbabel V1.2.7 BETA */
+       
+       /* history:
+       strncpy(buff, "A].GPSBabel_1.2.7-beta*Sep 13 2005*20:10:00", sizeof(buff));     gpsbabel V1.2.7 BETA 
+        */
+       strncpy(buff, "A].GPSBabel_1.2.8-beta*Jan 18 2006*20:11:00", sizeof(buff));  /* gpsbabel 1.2.8-beta01182006_clyde */
 #endif
        len = strlen(buff);
        buff[2] = 2;